Revert "Bump meson req to 0.50"
authorBenjamin Otte <otte@redhat.com>
Fri, 29 Mar 2019 09:19:41 +0000 (10:19 +0100)
committerBenjamin Otte <otte@redhat.com>
Fri, 29 Mar 2019 09:19:41 +0000 (10:19 +0100)
This reverts commit f0845d98a21a7a5c5817d50f2076dd2615e3979b.

The commit breaks CI. CI has more power than meson telling things.

meson.build

index 4d6201b50c214d3c35286033e45d76b0cf997f79..15af29178c3bd96bd94edfe27d3d60d720dbb998 100644 (file)
@@ -7,7 +7,7 @@ project('gtk', 'c',
           # https://github.com/mesonbuild/meson/issues/2289
           'c_std=gnu99',
         ],
-        meson_version : '>= 0.50.0',
+        meson_version : '>= 0.48.0',
         license: 'LGPLv2.1+')
 
 glib_major_req = 2